{% set custom_ebay_style = sd_option('ebay' ~ data.instanceid ~ '_description_style') %} {% if custom_ebay_style %} {{ custom_ebay_style }} {% else %} {% endif %}
{% set ebay_store_name = sd_option('ebay' ~ data.instanceid ~ '_store_name') %}
{% if ebay_store_name %} {{ ebay_store_name }} {% endif %}
{% set custom_ebay_header = sd_option('ebay' ~ data.instanceid ~ '_description_header') %} {% if custom_ebay_header %}
{{ custom_ebay_header }}
{% endif %}
{% if data.media1 %}{% endif %} {% if data.media2 %} gallery image {% endif %} {% if data.media3 %} gallery image {% endif %} {% if data.media4 %} gallery image {% endif %} {% if data.media5 %} gallery image {% endif %} {% if data.media6 %} gallery image {% endif %} {% if data.media7 %} gallery image {% endif %} {% if data.media8 %} gallery image {% endif %} {% if data.media9 %} gallery image {% endif %} {% if data.media10 %} gallery image {% endif %} {% if data.mediax %} {% set mediax = data.mediax|split('*') %} {% for m in 0..mediax|length-1 %} {% set mediaid = 10 + m + 1 %} gallery image {% endfor %} {% endif %}

[%EBAY_TITLE%]

  • SKU: {{ data.sku }}
[%EBAY_DETAILS%]
[%EBAY_LONGDESCRIPTION%]
{% set ebay_description_about = sd_option('ebay' ~ data.instanceid ~ '_description_about') %} {% if ebay_description_about %}

ABOUT

{{ ebay_description_about }}
{% endif %}
{% set ebay_policy_payments = sd_option('ebay' ~ data.instanceid ~ '_policy_payments') %} {% if ebay_policy_payments %}

PAYMENTS

{{ ebay_policy_payments }}
{% endif %}
{% set ebay_policy_shipping_domestic = sd_option('ebay' ~ data.instanceid ~ '_policy_shipping_domestic') %} {% set ebay_policy_shipping_international = sd_option('ebay' ~ data.instanceid ~ '_policy_shipping_international') %} {% if ebay_policy_shipping_international and ebay_policy_shipping_domestic %}

DOMESTIC SHIPPING

{{ ebay_policy_shipping_domestic }}

INTERNATIONAL SHIPPING

{{ ebay_policy_shipping_international }}
{% elseif ebay_policy_shipping_domestic %}

SHIPPING

{{ ebay_policy_shipping_domestic }}
{% endif %}
{% set ebay_policy_returns = sd_option('ebay' ~ data.instanceid ~ '_policy_returns') %} {% if ebay_policy_returns %}

RETURNS

{{ ebay_policy_returns }}
{% endif %}